projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce35dad
)
(mh-read-seq): Fix error format string.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 29 Jan 1996 23:16:57 +0000
(23:16 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 29 Jan 1996 23:16:57 +0000
(23:16 +0000)
lisp/mail/mh-seq.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mh-seq.el
b/lisp/mail/mh-seq.el
index 1c6875eeab56e447bf869d308cdf194d32f190da..59db6ee8f19faf4efd603a4867d417833e720a16 100644
(file)
--- a/
lisp/mail/mh-seq.el
+++ b/
lisp/mail/mh-seq.el
@@
-26,7
+26,7
@@
;;; Change Log:
-;; $Id: mh-seq.el,v 1.
4 1995/11/03 02:30:17 kwzh Exp erik
$
+;; $Id: mh-seq.el,v 1.
5 1996/01/14 07:34:30 erik Exp kwzh
$
;;; Code:
@@
-169,7
+169,7
@@
If optional prefix argument provided, then prompt for the message sequence."
(t (intern input))))
(msgs (mh-seq-to-msgs seq)))
(if (and (null msgs) not-empty)
- (error
(format "No messages in sequence `%s'" seq)
))
+ (error
"No messages in sequence `%s'" seq
))
seq))